*{
    margin: 0;
    padding: 0;
}
body{
    padding-bottom: 0px;
}
.header-1-div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(53, 17, 51);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    margin-bottom: 0;

}
.site-title{
    display: inline;
    color: white;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;


}
.logo{
    width: 15%;
    height: 10vh;


}
.categories{
    display: flex;
    justify-content: space-evenly;
    
}
.movie-category{
    list-style: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
   
    border-width: 1px;


}
.movie-category:hover{
    background-color: red;
}

